home *** CD-ROM | disk | FTP | other *** search
/ Family Fun / Family Fun.iso / game1 / pcglobe.exe / DEMO.BAT < prev    next >
DOS Batch File  |  1990-03-02  |  175b  |  12 lines

  1. echo off
  2. pcgdemo
  3. if errorlevel 12 goto outofmemory
  4. if errorlevel  0 goto success
  5. goto exit
  6. :success
  7. type pcgexit.txt
  8. goto exit
  9. :outofmemory
  10. type pcgerror.txt
  11. :exit
  12.